home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000101_contracer11@gmail.com_Fri Jun 29 13:08:49 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: reader2.panix.com!panix!newsfeed.stanford.edu!postnews.google.com!q69g2000hsb.googlegroups.com!not-for-mail
  2. From:  contracer11@gmail.com
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Sudo with Kermit
  5. Date: Tue, 26 Jun 2007 03:36:41 -0000
  6. Organization: http://groups.google.com
  7. Lines: 17
  8. Message-ID: <1182829001.679872.51040@q69g2000hsb.googlegroups.com>
  9. NNTP-Posting-Host: 189.33.114.228
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset="iso-8859-1"
  12. X-Trace: posting.google.com 1182829001 15047 127.0.0.1 (26 Jun 2007 03:36:41 GMT)
  13. X-Complaints-To: groups-abuse@google.com
  14. NNTP-Posting-Date: Tue, 26 Jun 2007 03:36:41 +0000 (UTC)
  15. User-Agent: G2/1.0
  16. X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe)
  17. Complaints-To: groups-abuse@google.com
  18. Injection-Info: q69g2000hsb.googlegroups.com; posting-host=189.33.114.228;
  19.    posting-account=2iG4AA0AAAC6LlGHhsiKFlhP3V-2NGzy
  20. Xref: panix comp.protocols.kermit.misc:15672
  21.  
  22. Hi:
  23.  
  24. Is there any way to use Kermit like sudo program ?
  25. (to execute Unix commands like root user)
  26.  
  27. solaris>cat /etc/hosts
  28. no privilege....
  29.  
  30. solaris> sudo cat /etc/hosts
  31. localhost 192.168.1.1
  32. .
  33. .
  34. .
  35. solaris>
  36.  
  37. Thanks.
  38.